SelectedIndex Property (MenuBase<T>)
In This Topic
Gets or sets the index of the currently selected item in the drop-down list.
Syntax
'Declaration
Public Overridable Property SelectedIndex As Integer
public virtual int SelectedIndex {get; set;}
See Also